diff options
author | Franz Geffke <franz@pantherx.org> | 2024-03-30 12:23:26 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-03-30 12:23:26 +0000 |
commit | 27acb574a2845a61fce39bf682d388e2c7a0882b (patch) | |
tree | 3398b7799db3ea7b30ff89a2a437f734d17de328 /px/packages/linux.scm | |
parent | 63341fcc3c4fe0dbc9b7c74b68afcab3d7e9646e (diff) |
drop linux-px, linux-firmware-px
Diffstat (limited to 'px/packages/linux.scm')
-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) |