Skip to content
Snippets Groups Projects

Flake pkgs

Merged Rodrigo Arias Mallo requested to merge flake-pkgs into master
4 files
+ 44
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -7,6 +7,7 @@
, wxGTK30
, autoconf
, automake
, pkg-config
}:
let
@@ -49,5 +50,6 @@ stdenv.mkDerivation rec {
xml2
autoconf
automake
pkg-config
];
}