diff options
-rw-r--r-- | px/packages/linux.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/px/packages/linux.scm b/px/packages/linux.scm index 5a47e6a..ba7f00e 100644 --- a/px/packages/linux.scm +++ b/px/packages/linux.scm @@ -84,15 +84,6 @@ network cards supported by the brcmsmac or brcmfmac driver.") (description "BlueZ - Bluetooth protocol stack for Linux") (license license:expat)))) -(define-public linux-px - (corrupt-linux linux-libre-5.15)) - -(define-public linux-firmware-px - (package - (inherit linux-firmware) - (name "linux-firmware") - (version "20210919"))) - (define (config->string options) (string-join (map (match-lambda ((option quote m) |