tepl: 6.00.0 → 6.0.1
Repo moved to https://gitlab.gnome.org/swilmet/tepl, the versioning is a bit of a mess. https://gitlab.gnome.org/swilmet/tepl/-/blob/6.0.1/NEWS
This commit is contained in:
parent
b15a9584ee
commit
f3fe021cdd
1 changed files with 7 additions and 3 deletions
|
@ -9,17 +9,19 @@
|
|||
, gtksourceview4
|
||||
, icu
|
||||
, pkg-config
|
||||
, gtk-doc
|
||||
, docbook-xsl-nons
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tepl";
|
||||
version = "6.00.0";
|
||||
version = "6.0.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0qvs7s86gqyyrzi0r5fbrj8zczlgv8xhdjswgbgc1afwjnl9fqx8";
|
||||
sha256 = "J08Fa75V8wpq5EQq0i8VfQTTphtWjZC8hRF7txMgIME=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -27,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
gobject-introspection
|
||||
pkg-config
|
||||
gtk-doc
|
||||
docbook-xsl-nons
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue