gnomeExtensions.tilingGnome: remove unstable in pname
We want the pname to match a potential automatic packaging (if the extension is updated to support a more recent GNOME version) as closely as possible.
This commit is contained in:
parent
48064d95d9
commit
2de33b7184
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, lib, fetchFromGitHub, glib, gnome }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-tilingnome-unstable";
|
||||
pname = "gnome-shell-extension-tilingnome";
|
||||
version = "unstable-2019-09-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue