From 8904ce343a67071dd080260d356fea556de7d0f2 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Thu, 2 Nov 2017 12:54:20 +0000 Subject: fix source root locations. These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106 --- pkgs/tools/cd-dvd/unetbootin/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/cd-dvd/unetbootin') diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix index 0da3ff45a8c3..7deac71f1512 100644 --- a/pkgs/tools/cd-dvd/unetbootin/default.nix +++ b/pkgs/tools/cd-dvd/unetbootin/default.nix @@ -12,7 +12,9 @@ stdenv.mkDerivation rec { sha256 = "18bbcrjk6ladr46kl3dvqz5pq2xcv4nnwmajqllb4sl3k1xqsngy"; }; - sourceRoot = "source/src/unetbootin"; + setSourceRoot = '' + sourceRoot=$(echo */src/unetbootin) + ''; buildInputs = [ qt4 ]; nativeBuildInputs = [ makeWrapper qmake4Hook ]; -- cgit 1.4.1