Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with (import <nixpkgs> {});
- stdenv.mkDerivation {
- name = "blabla";
- src = ./.;
- buildInputs = [ gcc gnumake automake autoconf libtool gmp ];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement