Piotr Bogdan
2017-11-02 13:53:36 +00:00
parent 7f921735e7
commit 8904ce343a
25 changed files with 72 additions and 24 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
sha256 = "18bbcrjk6ladr46kl3dvqz5pq2xcv4nnwmajqllb4sl3k1xqsngy";
};
sourceRoot = "source/src/unetbootin";
setSourceRoot = ''
sourceRoot=$(echo */src/unetbootin)
'';
buildInputs = [ qt4 ];
nativeBuildInputs = [ makeWrapper qmake4Hook ];