mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
cambalache: 0.90.2 → 0.90.4
https://gitlab.gnome.org/jpu/cambalache/-/compare/0.90.2...0.90.4 buildPythonApplication appends pythonPath to buildInputs so dependency('pygobject-3.0') works here without changes.
This commit is contained in:
parent
9f918d616c
commit
1a3d77522d
@ -21,7 +21,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "cambalache";
|
||||
version = "0.90.2";
|
||||
version = "0.90.4";
|
||||
|
||||
format = "other";
|
||||
|
||||
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "jpu";
|
||||
repo = "cambalache";
|
||||
rev = version;
|
||||
hash = "sha256-m3rearoCFQUzdZMXY2xyKf4dgdq7G4QlUbetrIqW83U=";
|
||||
hash = "sha256-XS6JBJuifmN2ElCGk5hITbotZ+fqEdjopL6VqmMP2y4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user