Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created January 3, 2019 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/6f96ed214d3ac128b27ec322f2be3df7 to your computer and use it in GitHub Desktop.
Save samueldr/6f96ed214d3ac128b27ec322f2be3df7 to your computer and use it in GitHub Desktop.
diff --git a/default.nix b/default.nix
index abf3735..ba33249 100644
--- a/default.nix
+++ b/default.nix
@@ -19,9 +19,8 @@ in
stdenv.mkDerivation {
name = "ubridge";
- builder = "${bash}/bin/bash";
inherit src;
- args = [ ./builder.sh ];
buildInputs = [ gnutar gnumake gcc binutils-unwrapped coreutils libpcap ];
+ makeFlags = "BINDIR=$out";
system = builtins.currentSystem;
-}
\ No newline at end of file
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment