rename local, fix syntax
This commit is contained in:
parent
ee4a8d28b6
commit
a9e39b682f
@ -1,11 +1,12 @@
|
|||||||
with import <nixpkgs> {} ;
|
with import <nixpkgs> {} ;
|
||||||
let
|
let
|
||||||
just = callPackage ./. {};
|
package = callPackage ./. {};
|
||||||
in just.overrideAttrs(o: {
|
in package.overrideAttrs(o: {
|
||||||
nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [
|
nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [
|
||||||
socat
|
socat
|
||||||
overmind
|
overmind
|
||||||
entr
|
entr
|
||||||
|
]);
|
||||||
buildInputs = o.buildInputs ++ (with pkgs; [
|
buildInputs = o.buildInputs ++ (with pkgs; [
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk3
|
gtk3
|
||||||
|
Loading…
Reference in New Issue
Block a user