mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-26 11:06:44 +03:00
magpie: move from budgie scope to top-level
This commit is contained in:
parent
0470485ff9
commit
fef55ad1ca
4 changed files with 4 additions and 6 deletions
|
@ -248,7 +248,7 @@ in {
|
|||
|
||||
# Register packages for udev.
|
||||
services.udev.packages = with pkgs; [
|
||||
budgie.magpie
|
||||
magpie
|
||||
];
|
||||
|
||||
# Shell integration for MATE Terminal.
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
fetchFromGitHub,
|
||||
accountsservice,
|
||||
alsa-lib,
|
||||
budgie,
|
||||
budgie-screensaver,
|
||||
docbook-xsl-nons,
|
||||
glib,
|
||||
|
@ -24,6 +23,7 @@
|
|||
libpulseaudio,
|
||||
libuuid,
|
||||
libwnck,
|
||||
magpie,
|
||||
mesa,
|
||||
meson,
|
||||
ninja,
|
||||
|
@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libpulseaudio
|
||||
libuuid
|
||||
libwnck
|
||||
budgie.magpie
|
||||
magpie
|
||||
mesa
|
||||
polkit
|
||||
sassc
|
||||
|
|
|
@ -5,7 +5,5 @@ lib.makeScope newScope (
|
|||
let
|
||||
inherit (self) callPackage;
|
||||
in
|
||||
{
|
||||
magpie = callPackage ./magpie { };
|
||||
}
|
||||
{ }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue