mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
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:
parent
a5c4b9253a
commit
038d91e4cc
@ -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;
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user