rofi: 1.5.3 -> 1.5.4
Update URL of source code, because the Git repository was moved to "https://github.com/davatorium/rofi" from "https://github.com/DaveDavenport/rofi".
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
if theme == null then rofi-unwrapped else
|
||||
stdenv.mkDerivation {
|
||||
name = "rofi-${rofi-unwrapped.version}";
|
||||
pname = "rofi";
|
||||
version = rofi-unwrapped.version;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
preferLocalBuild = true;
|
||||
passthru.unwrapped = rofi-unwrapped;
|
||||
|
||||
Reference in New Issue
Block a user