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
This commit is contained in:
+3
-1
@@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1lxpz316jmns6i143v4j6sd6k0a4a54alw08rvwjckf2rig57lj2";
|
||||
};
|
||||
|
||||
sourceRoot = "skype4pidgin-${version}-src/skypeweb";
|
||||
setSourceRoot = ''
|
||||
sourceRoot=$(echo */skypeweb)
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ pidgin json_glib ];
|
||||
|
||||
Reference in New Issue
Block a user