blueprint-compiler: remove package

It is now available in nixpkgs so there's that to make it easier to
upstream if there's a time for it.
This commit is contained in:
Gabriel Arazas 2022-07-19 12:16:03 +08:00
parent a5c4b9253a
commit 038d91e4cc
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
{ stdenv, lib, fetchgit, meson, ninja, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "blueprint-compiler";
version = "0.2.0";
src = fetchgit {
url = "https://gitlab.gnome.org/jwestman/blueprint-compiler.git";
rev = "v${version}";
sha256 = "sha256-LXZ6n1oCbPa0taVbUZf52mGECrzXIcF8EaMVJ30rMtc=";
};
format = "other";
nativeBuildInputs = [ meson ninja ];
meta = with lib; {
description = "Compiles Blueprint to GTK XML";
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
license = licenses.lgpl3Only;
};
}

View File

@ -9,7 +9,6 @@ let
artem = callPackage ./artem.nix { };
auto-editor = callPackage ./auto-editor.nix { };
awesome-cli = callPackage ./awesome-cli { };
blueprint-compiler = callPackage ./blueprint-compiler.nix { };
butler = callPackage ./butler.nix { };
cursedgl = callPackage ./cursedgl { };
clidle = callPackage ./clidle.nix { };