Merge pull request #177414 from zendo/blueprint-update
blueprint-compiler: 2022-05-27 -> 0.2.0
This commit is contained in:
commit
9095659f80
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "blueprint-compiler";
|
pname = "blueprint-compiler";
|
||||||
version = "unstable-2022-05-27";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "jwestman";
|
owner = "jwestman";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "cebd9ecadc53790cd547392899589dd5de0ac552";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-mNR0ooJSRBIXy2E4avXYEdO1aSST+j41TsVg8+kitwo=";
|
sha256 = "sha256-LXZ6n1oCbPa0taVbUZf52mGECrzXIcF8EaMVJ30rMtc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Requires pythonfuzz, which I've found difficult to package
|
# Requires pythonfuzz, which I've found difficult to package
|
||||||
@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
python3.pkgs.wrapPython
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -37,10 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
wrapPythonPrograms
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A markup language for GTK user interface files";
|
description = "A markup language for GTK user interface files";
|
||||||
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
|
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
|
||||||
|
Loading…
Reference in New Issue
Block a user